home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (C) 1993, 1994 Marc Parmet.
- * This file is part of the Macintosh port of GNU Emacs.
- *
- * GNU Emacs is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
- #define emacs_version_major 0x01
- #define emacs_version_minor 0x14
- #define emacs_version_subminor 0x01
- #define emacs_version_string "1.14b1"
- #define emacs_version_complete \
- ((emacs_version_major << 16) + (emacs_version_minor<<8) + emacs_version_subminor)
-